From 22c308178d0bc42c3c76bb079a997dbc3f16b913 Mon Sep 17 00:00:00 2001 From: c4rlo Date: Sun, 5 Jul 2015 11:23:36 +0100 Subject: [PATCH] cargo run: fix typos in help text --- src/bin/run.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/run.rs b/src/bin/run.rs index dbc0b90ca..71718ef1d 100644 --- a/src/bin/run.rs +++ b/src/bin/run.rs @@ -36,12 +36,12 @@ Options: -v, --verbose Use verbose output -q, --quiet No output printed to stdout -If neither `--bin` or `--example` are given, then if the project only has one +If neither `--bin` nor `--example` are given, then if the project only has one bin target it will be run. Otherwise `--bin` specifies the bin target to run, and `--example` specifies the example target to run. At most one of `--bin` or `--example` can be provided. -All of the trailing arguments are passed as to the binary to run. +All of the trailing arguments are passed to the binary to run. "; pub fn execute(options: Options, config: &Config) -> CliResult> { -- 2.30.2